Uninstall the named resource service extension.
MarkLogic Server responds with 204 Deleted.
rest-admin
role, or the
following privileges:
http://marklogic.com/xdmp/privileges/rest-admin
http://marklogic.com/xdmp/privileges/rest-writer
http://marklogic.com/xdmp/privileges/rest-reader
$ curl --anyauth --user user:password -X DELETE -i \ http://localhost:8004/v1/config/resources/example ==> The resource service extension installed with the name "example" is removed. MarkLogic Server responds with headers of the form: Server: MarkLogic Content-Type: text/xml; charset=UTF-8 Content-Length: 211 Connection: close HTTP/1.1 204 Deleted Server: MarkLogic Content-Length: 0 Connection: close
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.